home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_libz.idb / usr / freeware / catman / p_man / cat3 / zlib.Z / zlib
Encoding:
Text File  |  1999-07-16  |  4.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ZZZZLLLLIIIIBBBB((((3333))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((9999 JJJJuuuullllyyyy 1111999999998888))))           ZZZZLLLLIIIIBBBB((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       zlib - compression/decompression library
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       [see _z_l_i_b._h for full description]
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.       The _z_l_i_b library is a    general    purpose    data compression
  16.       library.  The    code is    thread safe.  It provides in-memory
  17.       compression and decompression    functions, including integrity
  18.       checks of the    uncompressed data.  This version of the
  19.       library supports only    one compression    method (deflation) but
  20.       other    algorithms will    be added later and will    have the same
  21.       stream interface.
  22.  
  23.       Compression can be done in a single step if the buffers are
  24.       large    enough (for example if an input    file is    mmap'ed), or
  25.       can be done by repeated calls    of the compression function.
  26.       In the latter    case, the application must provide more    input
  27.       and/or consume the output (providing more output space)
  28.       before each call.
  29.  
  30.       The library also supports reading and    writing    files in _g_z_i_p
  31.       (.gz)    format with an interface similar to that of stdio.
  32.  
  33.       The library does not install any signal handler. The decoder
  34.       checks the consistency of the    compressed data, so the
  35.       library should never crash even in case of corrupted input.
  36.  
  37.       All functions    of the compression library are documented in
  38.       the file _z_l_i_b._h.  The    distribution source includes examples
  39.       of use of the    library    the files _e_x_a_m_p_l_e._c and    _m_i_n_i_g_z_i_p._c.
  40.  
  41.       A Java implementation    of _z_l_i_b    is available in    the Java
  42.       Development Kit 1.1
  43.  
  44.            http://www.javasoft.com/products/JDK/1.1/docs/api/Package-
  45.            java.util.zip.html
  46.  
  47.       A Perl interface to _z_l_i_b, written by Paul Marquess
  48.       (pmarquess@bfsec.bt.co.uk) is    available at CPAN
  49.       (Comprehensive Perl Archive Network) sites, such as:
  50.  
  51.            ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-
  52.            module/Compress/Compress-Zlib*
  53.  
  54.       A Python interface to    _z_l_i_b written by    A.M. Kuchling
  55.       <amk@magnet.com> is available    from the Python    Software
  56.       Association sites, such as:
  57.  
  58.            ftp://ftp.python.org/pub/python/contrib/Encoding/zlib*.tar.gz
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 5/14/99)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ZZZZLLLLIIIIBBBB((((3333))))        UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((9999 JJJJuuuullllyyyy 1111999999998888))))           ZZZZLLLLIIIIBBBB((((3333))))
  71.  
  72.  
  73.  
  74.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.       Questions about zlib should be sent to:
  76.  
  77.            zlib@quest.jpl.nasa.gov or, if this fails, to the
  78.            author addresses    given below.  The zlib home page is:
  79.  
  80.            http://www.cdrom.com/pub/infozip/zlib/
  81.  
  82.       The data format used by the zlib library is described    by RFC
  83.       (Request for Comments) 1950 to 1952 in the files:
  84.  
  85.            ftp://ds.internic.net/rfc/rfc1950.txt (zlib format)
  86.            rfc1951.txt (deflate format)
  87.            rfc1952.txt (gzip format)
  88.  
  89.       These    documents are also available in    other formats from:
  90.  
  91.            ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-
  92.            index.html
  93.  
  94.      AAAAUUUUTTTTHHHHOOOORRRRSSSS
  95.       Version 1.1.3    Copyright (C) 1995-1998    Jean-loup Gailly
  96.       (jloup@gzip.org) and Mark Adler (madler@alumni.caltech.edu).
  97.  
  98.       This software    is provided "as-is," without any express or
  99.       implied warranty.  In    no event will the authors be held
  100.       liable for any damages arising from the use of this
  101.       software.  See the distribution directory with respect to
  102.       requirements governing redistribution.  The deflate format
  103.       used by _z_l_i_b was defined by Phil Katz.  The deflate and _z_l_i_b
  104.       specifications were written by L. Peter Deutsch.  Thanks to
  105.       all the people who reported problems and suggested various
  106.       improvements in _z_l_i_b;    who are    too numerous to    cite here.
  107.  
  108.       UNIX manual page by R. P. C. Rodgers,    U.S. National Library
  109.       of Medicine (rodgers@nlm.nih.gov).
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 5/14/99)
  130.  
  131.  
  132.  
  133.